Einhugur Xml Plugin for Xojo

Node.AppendChild Method

Appends a child with a given name to the node, returning the newly created node.

AppendChild(
   name as String) as EinhugurXml.Node

Parameters

name
Name of the node.

Returns

EinhugurXml.Node

Remarks

See Also

Node Class